home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / multimed / wavemake / wmwin.exe / 0 / RCDATA / TGROUPYDLG / TGROUPYDLG.txt
Text File  |  1996-04-23  |  3KB  |  136 lines

  1. object groupyDlg: TgroupyDlg
  2.   Left = 22
  3.   Top = 151
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 245
  8.   ClientWidth = 240
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   OnActivate = FormActivate
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 40
  18.     Top = 212
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 0
  22.     OnClick = OKBtnClick
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object CancelBtn: TBitBtn
  29.     Left = 124
  30.     Top = 212
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 1
  34.     Kind = bkCancel
  35.     Margin = 2
  36.     Spacing = -1
  37.     IsControl = True
  38.   end
  39.   object GroupBox1: TGroupBox
  40.     Left = 8
  41.     Top = 8
  42.     Width = 225
  43.     Height = 193
  44.     Caption = 'Destination'
  45.     TabOrder = 2
  46.     object MIDbtn: TRadioButton
  47.       Left = 8
  48.       Top = 24
  49.       Width = 49
  50.       Height = 17
  51.       Caption = 'MID'
  52.       TabOrder = 0
  53.       OnClick = MIDbtnClick
  54.     end
  55.     object LSTbtn: TRadioButton
  56.       Left = 8
  57.       Top = 48
  58.       Width = 49
  59.       Height = 17
  60.       Caption = 'LST'
  61.       TabOrder = 1
  62.       OnClick = LSTbtnClick
  63.     end
  64.     object SongBtn: TRadioButton
  65.       Left = 8
  66.       Top = 72
  67.       Width = 49
  68.       Height = 17
  69.       Caption = 'Song'
  70.       TabOrder = 2
  71.       OnClick = SongBtnClick
  72.     end
  73.     object PRGbtn: TRadioButton
  74.       Left = 8
  75.       Top = 96
  76.       Width = 49
  77.       Height = 17
  78.       Caption = 'PRG'
  79.       TabOrder = 3
  80.       OnClick = PRGbtnClick
  81.     end
  82.     object WAVbtn: TRadioButton
  83.       Left = 8
  84.       Top = 120
  85.       Width = 49
  86.       Height = 17
  87.       Caption = 'WAV'
  88.       TabOrder = 4
  89.       OnClick = WAVbtnClick
  90.     end
  91.     object TempBtn: TRadioButton
  92.       Left = 8
  93.       Top = 144
  94.       Width = 57
  95.       Height = 17
  96.       Caption = 'Temp'
  97.       TabOrder = 5
  98.       OnClick = TempBtnClick
  99.     end
  100.     object DFTbtn: TRadioButton
  101.       Left = 8
  102.       Top = 168
  103.       Width = 41
  104.       Height = 17
  105.       Caption = 'DFT'
  106.       TabOrder = 6
  107.       OnClick = DFTbtnClick
  108.     end
  109.     object DirectoryListBox1: TDirectoryListBox
  110.       Left = 72
  111.       Top = 48
  112.       Width = 145
  113.       Height = 137
  114.       ItemHeight = 16
  115.       TabOrder = 7
  116.     end
  117.     object DriveComboBox1: TDriveComboBox
  118.       Left = 72
  119.       Top = 24
  120.       Width = 145
  121.       Height = 19
  122.       DirList = DirectoryListBox1
  123.       TabOrder = 8
  124.     end
  125.   end
  126.   object FileListBox1: TFileListBox
  127.     Left = 224
  128.     Top = 224
  129.     Width = 145
  130.     Height = 97
  131.     ItemHeight = 13
  132.     TabOrder = 3
  133.     Visible = False
  134.   end
  135. end
  136.